[INFO] cloning repository https://github.com/leoverde2/binary_search_profiling
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leoverde2/binary_search_profiling" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoverde2%2Fbinary_search_profiling", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoverde2%2Fbinary_search_profiling'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3ef1e16b3f8a1990ef891c5790cb8b33560ef696
[INFO] checking leoverde2/binary_search_profiling against try#b152f5575a2ac7126ae0019e4e679abe9399213e for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleoverde2%2Fbinary_search_profiling" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/leoverde2/binary_search_profiling
[INFO] finished tweaking git repo https://github.com/leoverde2/binary_search_profiling
[INFO] tweaked toml for git repo https://github.com/leoverde2/binary_search_profiling written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/leoverde2/binary_search_profiling on toolchain b152f5575a2ac7126ae0019e4e679abe9399213e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/leoverde2/binary_search_profiling already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded size v0.5.0
[INFO] [stderr]   Downloaded unicode-ident v1.0.17
[INFO] [stderr]   Downloaded cmov v0.3.1
[INFO] [stderr]   Downloaded serde v1.0.218
[INFO] [stderr]   Downloaded ryu v1.0.19
[INFO] [stderr]   Downloaded rand_core v0.9.1
[INFO] [stderr]   Downloaded serde_derive v1.0.218
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.20
[INFO] [stderr]   Downloaded serde_json v1.0.139
[INFO] [stderr]   Downloaded zerocopy v0.8.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b
[INFO] running `Command { std: "docker" "start" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b" "/opt/rustwide/cargo-home/bin/cargo" "+b152f5575a2ac7126ae0019e4e679abe9399213e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.20
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking cmov v0.3.1
[INFO] [stderr]     Checking size v0.5.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking rand_core v0.9.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking binary_search v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: AVX2 support is required to compile this program
[INFO] [stdout]    --> src/searches/s_tree.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         compile_error!("AVX2 support is required to compile this program");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: AVX2 support is required to compile this program
[INFO] [stdout]    --> src/searches/s_tree.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 |         compile_error!("AVX2 support is required to compile this program");
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_windows` has been stable since 1.94.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     array_windows,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `select_unpredictable` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     select_unpredictable,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `array_windows` has been stable since 1.94.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     array_windows,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `select_unpredictable` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     select_unpredictable,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `array_chunks`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     array_chunks,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `array_chunks`
[INFO] [stdout]  --> src/main.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     array_chunks,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
[INFO] [stdout]   --> src/searches/binary_search.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout] 74 |             base = cmp.select_unpredictable(base + half, base);
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
[INFO] [stdout]   --> src/searches/binary_search.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout] 74 |             base = cmp.select_unpredictable(base + half, base);
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
[INFO] [stdout]   --> src/searches/binary_search.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |             base = cmp.select_unpredictable(base + half, base);
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select_unpredictable` found for type `bool` in the current scope
[INFO] [stdout]   --> src/searches/binary_search.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 |             base = cmp.select_unpredictable(base + half, base);
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^ method not found in `bool`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u32]` in the current scope
[INFO] [stdout]   --> src/query/bench_search.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let it = values.array_chunks();
[INFO] [stdout]    |                         ^^^^^^^^^^^^ `&[u32]` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let it = values.into_iter().array_chunks();
[INFO] [stdout]    |                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `array_chunks` found for reference `&[u32]` in the current scope
[INFO] [stdout]   --> src/query/bench_search.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let it = values.array_chunks();
[INFO] [stdout]    |                         ^^^^^^^^^^^^ `&[u32]` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout] help: call `.into_iter()` first
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let it = values.into_iter().array_chunks();
[INFO] [stdout]    |                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]  --> src/utils.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |     unsafe { prefetch_read_data(ptr, 3) };
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^      - unexpected argument #2 of type `{integer}`
[INFO] [stdout]   |
[INFO] [stdout] note: function defined here
[INFO] [stdout]  --> /rustc/b152f5575a2ac7126ae0019e4e679abe9399213e/library/core/src/intrinsics/mod.rs:276:13
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]   |
[INFO] [stdout] 5 -     unsafe { prefetch_read_data(ptr, 3) };
[INFO] [stdout] 5 +     unsafe { prefetch_read_data(ptr) };
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]  --> src/utils.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 |     unsafe { prefetch_read_data(ptr, 3) };
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^      - unexpected argument #2 of type `{integer}`
[INFO] [stdout]   |
[INFO] [stdout] note: function defined here
[INFO] [stdout]  --> /rustc/b152f5575a2ac7126ae0019e4e679abe9399213e/library/core/src/intrinsics/mod.rs:276:13
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]   |
[INFO] [stdout] 5 -     unsafe { prefetch_read_data(ptr, 3) };
[INFO] [stdout] 5 +     unsafe { prefetch_read_data(ptr) };
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0599, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binary_search` (bin "binary_search") due to 6 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `binary_search` (bin "binary_search" test) due to 6 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b", kill_on_drop: false }`
[INFO] [stdout] f4e5ad3b6b77d274c49b0082eab721d4654c2ad760534fb12a07074f72c86d1b
